golang.org/x/crypto/sha3.state.dsbyte (field)

11 uses

	golang.org/x/crypto/sha3 (current package)
		hashes.go#L22: 	return &state{rate: 144, outputLen: 28, dsbyte: 0x06}
		hashes.go#L32: 	return &state{rate: 136, outputLen: 32, dsbyte: 0x06}
		hashes.go#L42: 	return &state{rate: 104, outputLen: 48, dsbyte: 0x06}
		hashes.go#L52: 	return &state{rate: 72, outputLen: 64, dsbyte: 0x06}
		hashes.go#L59: func NewLegacyKeccak256() hash.Hash { return &state{rate: 136, outputLen: 32, dsbyte: 0x01} }
		hashes.go#L65: func NewLegacyKeccak512() hash.Hash { return &state{rate: 72, outputLen: 64, dsbyte: 0x01} }
		sha3.go#L41: 	dsbyte byte
		sha3.go#L164: 		d.padAndPermute(d.dsbyte)
		shake.go#L85: 	c := cshakeState{state: &state{rate: rate, dsbyte: dsbyte}}
		shake.go#L122: 	return &state{rate: rate128, dsbyte: dsbyteShake}
		shake.go#L132: 	return &state{rate: rate256, dsbyte: dsbyteShake}